GraphicsFormats package for Buoy

RawPngImporter.OpenFromFile Method

Opens a PNG Image from a file.

OpenFromFile(
   f as FileSystemItem) as RawBitmap

Parameters

f
The FileSystemItem to open the image from.

Returns

RawBitmap
Returns the imported Picture as RawBitmap.

Remarks

This method can throw GraphicsFormatsException.

See Also

RawPngImporter Class